projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9275998
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Sun, 31 Mar 2013 10:17:42 +0000
(06:17 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 31 Mar 2013 10:17:42 +0000
(06:17 -0400)
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/configure
b/autogen/configure
index 126248beced1fcc5bbb7cddccc175b0305e5f57a..23685c523ac4bdd454f2a7b4d85a9412fb914c25 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-23965,8
+23965,9
@@
else
#if \
(__GNUC__ || __IBMC__ || __IBMCPP__ \
|| 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
- int alignas (8) alignas_int = 1;
- char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1];
+ struct alignas_test { char c; char alignas (8) alignas_8; };
+ char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
+ ? 1 : -1];
#endif
int